projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68cc5a2
)
Include xterm.h for x_fully_uncatch_errors and friends.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 10 Oct 2006 14:39:15 +0000
(14:39 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 10 Oct 2006 14:39:15 +0000
(14:39 +0000)
src/eval.c
patch
|
blob
|
history
diff --git
a/src/eval.c
b/src/eval.c
index dbd30eac201d18509ef4e27dd8790ca03b9b7029..4e04422d2d6b2bd37797afe4d590bdb03b686fe1 100644
(file)
--- a/
src/eval.c
+++ b/
src/eval.c
@@
-28,6
+28,10
@@
Boston, MA 02110-1301, USA. */
#include "dispextern.h"
#include <setjmp.h>
+#if HAVE_X_WINDOWS
+#include "xterm.h"
+#endif
+
/* This definition is duplicated in alloc.c and keyboard.c */
/* Putting it in lisp.h makes cc bomb out! */